From 6189e343f3071edd37e3b748c8f3376867810860 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 11 May 2021 12:24:34 +0100 Subject: [PATCH] build: Do not use C arguments with C++ Otherwise the C++ compiler will start to complain. The C++ keyword test does not need additional warnings. --- testsuite/gtk/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index f2d6491287..a33fd29c1e 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -223,7 +223,6 @@ endforeach if add_languages('cpp', required: false, native: false) test_exe = executable('autotestkeywords', sources: 'autotestkeywords.cc', - cpp_args: test_cargs, dependencies: libgtk_dep, install: get_option('install-tests'), install_dir: testexecdir, -- 2.30.2